Analysis of the COVID-19 pandemic in the United States using data from the COVID Tracking Project

Code is written in R Markdown and is available at https://github.com/gitmezzy/covid-19

Estimated Actual Cases

One way to estimate the actual number of cases is to normalize the confirmed positive tests by the test positive rate and multiply by a constant.

\(\large estimated\hspace{1mm}actual\hspace{1mm}cases\hspace{1mm} = 100*test\hspace{1mm}positive\hspace{1mm}rate*positive\hspace{1mm}tests\)

Percent of U.S. Population Infected

Hospitalized Currently

Deaths

Test Positive Rate

The test positive rate is the percent of all COVID-19 tests that are positive.

\(\large test\hspace{1mm}positive\hspace{1mm}rate\hspace{1mm} [\%] = 100*(\frac{positive\hspace{1mm}tests}{positive\hspace{1mm}tests + negative\hspace{1mm}tests})\)

According to Johns Hopkins:

The percent positive will be high if the number of positive tests is too high, or if the number of total tests is too low. A higher percent positive suggests higher transmission and that there are likely more people with coronavirus in the community who haven’t been tested yet.

The percent positive is a critical measure because it gives us an indication how widespread infection is in the area where the testing is occurring—and whether levels of testing are keeping up with levels of disease transmission.

A high percent positive means that more testing should probably be done—and it suggests that it is not a good time to relax restrictions aimed at reducing coronavirus transmission. Because a high percentage of positive tests suggests high coronavirus infection rates (due to high transmission in the community), a high percent positive can indicate it may be a good time to add restrictions to slow the spread of disease.

Confirmed Cases